[INFO] cloning repository https://github.com/juspay/proffi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/juspay/proffi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuspay%2Fproffi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuspay%2Fproffi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e8369e35f7b90d3acb5594d31ff2fc0645c1dd4
[INFO] fixing juspay/proffi against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuspay%2Fproffi" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/juspay/proffi
[INFO] finished tweaking git repo https://github.com/juspay/proffi
[INFO] tweaked toml for git repo https://github.com/juspay/proffi written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/juspay/proffi on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/juspay/proffi already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f
[INFO] running `Command { std: "docker" "start" "d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/proffi-runtime/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/proffi-macros/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/proffi/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/proffi-build/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/proffi-cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/greeter/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking proc-macro2 v1.0.106
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking uniffi_core v0.29.5
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking winnow v1.0.2
[INFO] [stderr]     Checking multimap v0.10.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking memo-map v0.3.3
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking weedle2 v5.0.0
[INFO] [stderr]     Checking which v6.0.3
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling uniffi_internal_macros v0.29.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking scroll v0.12.0
[INFO] [stderr]     Checking uniffi_pipeline v0.29.5
[INFO] [stderr]     Checking uniffi_meta v0.29.5
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking goblin v0.8.2
[INFO] [stderr]     Checking uniffi_udl v0.29.5
[INFO] [stderr]     Checking prost v0.14.3
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling askama_parser v0.13.0
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking minijinja v2.19.0
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stderr]     Checking prost-build v0.14.3
[INFO] [stderr]     Checking proffi-macros v0.1.0 (/opt/rustwide/workdir/crates/proffi-macros)
[INFO] [stderr]    Migrating crates/proffi-macros/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking cargo_metadata v0.19.2
[INFO] [stderr]     Checking proffi-build v0.1.0 (/opt/rustwide/workdir/crates/proffi-build)
[INFO] [stderr]    Migrating crates/proffi-build/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling proffi-runtime v0.1.0 (/opt/rustwide/workdir/crates/proffi-runtime)
[INFO] [stderr]    Migrating crates/proffi-runtime/build.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling uniffi_macros v0.29.5
[INFO] [stderr]    Compiling greeter v0.1.0 (/opt/rustwide/workdir/examples/greeter)
[INFO] [stderr]    Migrating crates/proffi-build/tests/integration.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/greeter/build.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/proffi-runtime/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking proffi v0.1.0 (/opt/rustwide/workdir/crates/proffi)
[INFO] [stderr]    Compiling askama_derive v0.13.1
[INFO] [stderr]    Migrating crates/proffi/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking uniffi v0.29.5
[INFO] [stderr]    Migrating examples/greeter/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/proffi-macros/tests/trybuild.rs from 2021 edition to 2024
[INFO] [stderr]     Checking askama v0.13.1
[INFO] [stderr]     Checking uniffi_bindgen v0.29.5
[INFO] [stderr]     Checking proffi-cli v0.1.0 (/opt/rustwide/workdir/crates/proffi-cli)
[INFO] [stderr]    Migrating crates/proffi-cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] [stderr] crater-edition-check: proffi-runtime v0.1.0 (/opt/rustwide/workdir/crates/proffi-runtime) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: proffi-macros v0.1.0 (/opt/rustwide/workdir/crates/proffi-macros) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: proffi v0.1.0 (/opt/rustwide/workdir/crates/proffi) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: proffi-build v0.1.0 (/opt/rustwide/workdir/crates/proffi-build) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: proffi-cli v0.1.0 (/opt/rustwide/workdir/crates/proffi-cli) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: greeter v0.1.0 (/opt/rustwide/workdir/examples/greeter) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling proffi-macros v0.1.0 (/opt/rustwide/workdir/crates/proffi-macros)
[INFO] [stderr]    Compiling proffi-runtime v0.1.0 (/opt/rustwide/workdir/crates/proffi-runtime)
[INFO] [stderr]    Compiling proffi-build v0.1.0 (/opt/rustwide/workdir/crates/proffi-build)
[INFO] [stderr]     Checking proffi-cli v0.1.0 (/opt/rustwide/workdir/crates/proffi-cli)
[INFO] [stderr]    Compiling greeter v0.1.0 (/opt/rustwide/workdir/examples/greeter)
[INFO] [stdout] warning: method `write` is never used
[INFO] [stdout]   --> crates/proffi-cli/src/manifest.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl Manifest {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn write(&self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write` is never used
[INFO] [stdout]   --> crates/proffi-cli/src/manifest.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl Manifest {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn write(&self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking proffi v0.1.0 (/opt/rustwide/workdir/crates/proffi)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> examples/greeter/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | proffi::setup!();
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `proffi::setup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> examples/greeter/src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[proffi::rpc(service = "greeter.Greeter", method = "SayHello")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `proffi::rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/greeter/src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[proffi::rpc(service = "greeter.Greeter", method = "SayBye")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `proffi::rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> examples/greeter/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | proffi::setup!();
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `proffi::setup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> examples/greeter/src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[proffi::rpc(service = "greeter.Greeter", method = "SayHello")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `proffi::rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/greeter/src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[proffi::rpc(service = "greeter.Greeter", method = "SayBye")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `proffi::rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `greeter` (lib test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `greeter` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f", kill_on_drop: false }`
[INFO] [stdout] d887c30526cae5be33c12c65b01b766a1d1d0fe0b995acefbf0c9fe9bc06686f
